home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
138
/
138.xpi
/
chrome
/
stumbleupon.jar
/
content
/
reportTopicDialog.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-05-22
|
2KB
|
96 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://stumbleupon/locale/stumbleupon.dtd" >
<dialog id="stumble_report_topic_dialog" title="Report Wrong Topic - StumbleUpon"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
buttons="accept,cancel"
persist="screenX screenY"
ondialogaccept="return doOK();"
onload="init()">
<script type="application/x-javascript" src="reportTopicDialog.js"/>
<spacer height="10px"/>
<hbox>
<vbox>
<image class="question-icon" />
</vbox>
<hbox>
<vbox>
<spacer style="height: 10px;"/>
<label style="font-size: 16px; font-weight: bold;" value=" Do you want to move this page? "/>
<spacer style="height: 20px;"/>
<grid>
<columns>
<column flex="1"/>
<column flex="20"/>
<column flex="80"/>
</columns>
<rows>
<row>
<spacer/>
<vbox align="right">
<spacer flex="3"/>
<description>from topic:</description>
<spacer flex="1"/>
</vbox>
<label id="prompt_old_topic" style="font-weight:bold; font-size:15px; color:gray;" value="stub a"/>
</row>
<row>
<spacer height="5px"/>
<spacer/>
<spacer/>
</row>
<row>
<spacer/>
<vbox align="right">
<spacer flex="3"/>
<description>to topic:</description>
<spacer flex="1"/>
</vbox>
<label id="prompt_new_topic" style="font-weight:bold; font-size:15px;" value="stub a"/>
</row>
</rows>
</grid>
<spacer height="10px"/>
</vbox>
</hbox>
</hbox>
<spacer height="10px"/>
<!--
<grid flex="1" style="margin:10px">
<columns>
<column flex="1"/>
</columns>
<rows>
<row>
<label value="Enter up to 5 tags, separated by commas:"/>
</row>
<row>
<textbox id="tags"
maxrows="14"
flex="1"
autocompletepopup="tagspopup"
inputtooltiptext="Enter Tag Terms separated by Commas"
ontextentered="handle_tags_textentered()"
ontextreverted="handle_tags_textreverted()"
onkeyup="handle_tags_keyup(event)"
onfocus="handle_tags_focus()"
onclick="tags_click_kludge('click')"
onblur="tags_click_kludge('blur')"
reflectpopuplabel="true"
sizetopopup="none"
maxLength="150"/>
</row>
<row>
<label value="Spaces are allowed in a tag." style="color:grey;"/>
</row>
</rows>
</grid>
-->
</dialog>